home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / bh_glass_lite.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  994 b   |  61 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         //cache some stuff used in this effect
  14.         cache bhole_glass.spr // cache the bullet hole shader
  15.  
  16.         sfx originspawn
  17.         (
  18.             model glass_small.spr
  19.             count 4
  20.             color 1.00 1.00 1.00
  21.             collision
  22.             bouncefactor 0.3
  23.             scale 0.05
  24.             life 1.00
  25.             scalerate 0.50
  26.             radius 8.00
  27.             radialvelocity 0.00 40.00 350.00
  28.             angles range 30 80 range 30 80 range 30 80
  29.             avelocity range 330 20 range 20 330 range 330 20
  30.             scalemin 0.05
  31.             scalemax 0.30
  32.             fade
  33.             align
  34.             accel 0 0 -600
  35.         )
  36.  
  37.         sfx originspawn
  38.         (
  39.             model glass_small.spr
  40.             count 6
  41.             alpha 0.50
  42.             color 1.00 1.00 1.00
  43.             scale 0.05
  44.             life 1.00
  45.             scalerate 1.00
  46.             radius 1.00
  47.             radialvelocity 0.00 128.00 400.00
  48.             scalemin 0.05
  49.             scalemax 0.09
  50.             fade
  51.             randomroll
  52.             accel 0 0 -600
  53.         )
  54.     }
  55. }
  56.  
  57. // This section is just needed to be a valid tiki file
  58. animations
  59. {
  60.     idle dummy2.skc 
  61. }